home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol330 / gagsdocs.arc / SYSOPS.DOC < prev   
Encoding:
Text File  |  1986-06-15  |  2.2 KB  |  49 lines

  1. SYSOPS.DOC                                         June 15, 1986
  2.  
  3. I was surprised -- and pleased -- when several bulletin-board 
  4. system operators decided to start making GAGS available for on-
  5. line gaming. However, there was a terrible side effect lurking 
  6. in all versions (through 1.06a). A player can save 
  7. a game to disk under ANY file name, including such dangerous 
  8. names as "USER.BBS" or even "\COMMAND.COM" or whatever evil name 
  9. came into some misguided elf's head. I was quite distressed when 
  10. I was told that someone had done exactly this, and had crashed a 
  11. bulletin board as a result. 
  12.  
  13. I immediately set to work on the source code, and I also 
  14. discovered a bug in the save-game feature of GAGS that no one had 
  15. noticed. (I fixed the bug, of course, but more importantly:).
  16.  
  17. There is now a command-line option that DISABLES the use of file 
  18. extensions for save-file names, and instead forces the files to 
  19. use the default extension ".$AV" which should not overlap with 
  20. any other program's file names. A twit could still save this file 
  21. anywhere on the disk using backslashes, but the file would just 
  22. sit there and you can track down leftover $AV files with one of those 
  23. nifty utilities like "FIND-ALL.COM."
  24.  
  25. The new command line option is /E, so you'd use the following 
  26. line in your game batch file to invoke GAGS:
  27.  
  28.         ADVENT UNDERGND /E
  29.                 ^
  30.                 |_____________or any other game file name
  31.  
  32. Note that this change does not affect the ability to RESTORE a 
  33. file previously saved under some other name, so if your caller 
  34. has saved a game as FRED.023 (perhaps indicating that Fred had 23 
  35. points when he saved the game), he can restore it but cannot save 
  36. again with any extension other than $AV. 
  37.  
  38.  
  39. I hope this helps those sysops who are running GAGS as an outside 
  40. event. 
  41.  
  42.                                         Mark J. Welch
  43.                                         P.O. Box 2409
  44.                                         San Francisco, CA 94126
  45.                                         (415) 845-2430 (voice)
  46.                                         Fido 125/459 (a private node)
  47.                                         
  48.  
  49.